Deploy Network Controller using Windows PowerShell Step 1: Install-WindowsFeatureInstall the Network Controller server role To install Network Controller by using Windows PowerShell, type the following commands at a Windows PowerShell prompt, and then press ENTER. Install-WindowsFeature -Name NetworkController –IncludeManagementTools Step 2: New-NetworkControllerNodeObjectYou can create a Network Controller cluster by creating a node object and then configuring the cluster. You need to create a node object for each computer or VM that is a member of the Network Controller cluster. To create a node object, type the following command at the Windows PowerShell command prompt, and then press ENTER. Ensure that you add values for each parameter that are appropriate for your deployment. New-NetworkControllerNodeObject –Name <string> -Server <String> -FaultDomain <string>-RestInte Step 3: Install-NetworkControllerClusterTo configure the cluster, type the following command at the Windows PowerShell command prompt, and then press ENTER. Ensure that you add values for each parameter that are appropriate for your deployment. Install-NetworkControllerCluster –Node <NetworkControllerNode[]> –ClusterAuthentication … Step 4: Install-NetworkControllerTo configure the Network Controller application, type the following command at the Windows PowerShell command prompt, and then press ENTER. Ensure that you add values for each parameter that are appropriate for your deployment. Install-NetworkController –Node <NetworkControllerNode[]> –ClientAuthentication References: https://technet.microsoft.com/en-us/library/mt282165.aspx
Deploy Network Controller using Windows PowerShell
Step 1: Install-WindowsFeature
Install the Network Controller server role
To install Network Controller by using Windows PowerShell, type the following commands at a Windows PowerShell prompt, and then press ENTER.
Install-WindowsFeature -Name NetworkController –IncludeManagementTools
Step 2: New-NetworkControllerNodeObject
You can create a Network Controller cluster by creating a node object and then configuring the cluster.
You need to create a node object for each computer or VM that is a member of the Network Controller cluster.
To create a node object, type the following command at the Windows PowerShell command prompt, and then press ENTER. Ensure that you add values for each parameter that are appropriate for your deployment.
New-NetworkControllerNodeObject –Name <string> -Server <String> -FaultDomain <string>-RestInte
Step 3: Install-NetworkControllerCluster
To configure the cluster, type the following command at the Windows PowerShell command prompt, and then press ENTER. Ensure that you add values for each parameter that are appropriate for your deployment.
Install-NetworkControllerCluster –Node <NetworkControllerNode[]> –ClusterAuthentication …
Step 4: Install-NetworkController
To configure the Network Controller application, type the following command at the Windows PowerShell command prompt, and then press ENTER. Ensure that you add values for each parameter that are appropriate for your deployment.
Install-NetworkController –Node <NetworkControllerNode[]> –ClientAuthentication
References: https://technet.microsoft.com/en-us/library/mt282165.aspx